home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi 2.0 - Programmer's Utilities Power Pack
/
Delphi 2.0 Programmer's Utilities Power Pack.iso
/
e_to_l
/
fccopy
/
fctest.dfm
/
fctest.txt
Wrap
Text File
|
1996-09-15
|
550b
|
28 lines
object TestProgram: TTestProgram
Left = 200
Top = 97
Width = 440
Height = 300
Caption = 'TestProgram'
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 96
OnActivate = FormActivate
OnClose = FormClose
OnCloseQuery = FormCloseQuery
TextHeight = 16
object FileCopy1: TFileCopy
OverWrite = False
SaveAttribs = False
NetFileAccess = True
Everything = True
HourGlass = False
CRCCheck = True
CheckDiskSpace = False
Left = 12
Top = 8
end
end